home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_83.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  451 b   |  22 lines

  1. on prepareMovie
  2.   global ComputerSpeed
  3.   if ComputerSpeed >= 3 then
  4.     set the visible of sprite 120 to 1
  5.   else
  6.     set the visible of sprite 120 to 0
  7.   end if
  8.   updateStage()
  9. end
  10.  
  11. on startMovie
  12.   global endflag, skip_intro, ComputerSpeed
  13.   set endflag to VOID
  14.   if the freeBytes > (16 * 1024 * 1024) then
  15.   end if
  16.   if the freeBytes > (32 * 1024 * 1024) then
  17.   end if
  18.   if the freeBytes > (32 * 1024 * 1024) then
  19.   end if
  20.   set skip_intro to 0
  21. end
  22.